home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1996 February: Tool Chest
/
Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso
/
Tool Chest
/
Development Tools & Languages
/
Macintosh Common Lisp Related
/
interfaces
/
PInterface Translator
/
patches
/
fonts.patch
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-16
|
246 b
|
7 lines
|
[
TEXT/CCL2
]
(defrecord KernPair
(filler1 :signed-byte)
(kernFirst :character); 1st character of kerned pair
(filler2 :signed-byte)
(kernSecond :character); 2nd character of kerned pair
(kernWidth :signed-integer) ; kerning in 1pt fixed format
)